func time.quote

10 uses

	time (current package)
		format.go#L626: 		buf = append(buf, quote(loc.name)...)
		format.go#L865: func quote(s string) string {
		format.go#L905: 			quote(e.Value) + " as " +
		format.go#L906: 			quote(e.Layout) + ": cannot parse " +
		format.go#L907: 			quote(e.ValueElem) + " as " +
		format.go#L908: 			quote(e.LayoutElem)
		format.go#L911: 		quote(e.Value) + e.Message
		format.go#L1080: 				return Time{}, newParseError(alayout, avalue, "", value, ": extra text: "+quote(value))
		format.go#L1612: 	return "time: " + e.message + " " + quote(e.value)
		format.go#L1700: 			return 0, &parseDurationError{"unknown unit " + quote(u) + " in duration", orig}